home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 681 / term / source.lha / StringDef.c < prev    next >
C/C++ Source or Header  |  1992-05-09  |  371b  |  17 lines

  1. /*
  2. **    $Id: StringDef.c,v 1.1 92/04/06 20:11:05 olsen Sta Locker: olsen $
  3. **    $Revision: 1.1 $
  4. **    $Date: 92/04/06 20:11:05 $
  5. **
  6. **    Declaration of builtin language strings
  7. **
  8. **    Copyright © 1990-1992 by Olaf `Olsen' Barthel & MXM
  9. **        All Rights Reserved
  10. */
  11.  
  12. #define STRINGARRAY
  13.  
  14. #include "term_strings.h"
  15.  
  16. LONG NumAppStrings = sizeof(AppStrings) / sizeof(struct AppString);
  17.